platform :ios, ‘9.0’
target "Flex Remote" do
    use_frameworks!
    pod 'SideMenu'
    pod 'MobileVLCKit-unstable', '3.0.0a42'
    pod 'GoogleAnalytics'
    pod 'Alamofire', '~> 4.0'
    pod 'GCDWebServer/WebUploader', '~> 3.0'
    pod 'SwiftyJSON'
    pod 'CryptoSwift'
    pod 'RNCryptor', '~> 5.0'
    pod 'SystemServices'
    pod 'CocoaLumberjack/Swift'
    pod 'SwiftyStoreKit'
    pod 'AMScrollingNavbar'
    pod 'GRDBCipher'
end
post_install do |installer|
  installer.pods_project.targets.each do |target|
    target.build_configurations.each do |config|
      config.build_settings['SWIFT_VERSION'] = '4.0'
    end
  end
end
